ram emoji
ram from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- ram
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the ram emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M25 35c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S30 26.896 30 28c0 0-2.25 7-5 7"/><path fill="#66757f" d="M28 36c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S33 27.896 33 29c0 0-2.25 7-5 7"/><path fill="#292f33" d="M14 35c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S17 26.896 17 28c0 0-.25 7-3 7"/><path fill="#66757f" d="M17 36c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S20 27.896 20 29c0 0-.25 7-3 7"/><path fill="#e1e8ed" d="M35.75 21.384c0 7.782-4.495 11.408-14.519 11.408c-10.023 0-13.481-3.626-13.481-11.408c0-7.783 3.458-11.407 13.481-11.407S35.75 13.601 35.75 21.384"/><path fill="#99aab5" d="M17 17.667C17 27 12.345 29 8.042 29C3.738 29 1 22.36 1 17.667S3.738 12 8.042 12c4.303 0 8.958.973 8.958 5.667"/><circle cx="4.5" cy="20.5" r="1.5" fill="#292f33"/><path fill="#e1e8ed" d="M15.75 12.75C14 16 13.622 15.356 8.622 17.356C5.545 18.587 0 18.25 0 13.5C0 11.567 3.687 11 7 11s10.409-1.332 8.75 1.75"/><path fill="#ffcc4d" d="M16 13.696c3.353 2.427 5.43 6.139 3.724 11.089c-1.367 3.967-6.816 3.115-9.616 1.127s-2.643-4.792-1.733-6.291c.909-1.497 4.158-1.229 6.024.097c.934.663.287 1.559-.721 1.068c-2.292-1.118-3.037 1.443-1.246 2.882c1.266 1.016 3.275 1.049 3.655-1.01c.671-3.63-3.505-6.274-7.465-5.302C11 16 13.161 11.641 16 13.696"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiRam(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M25 35c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S30 26.896 30 28c0 0-2.25 7-5 7"/><path fill="#66757f" d="M28 36c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S33 27.896 33 29c0 0-2.25 7-5 7"/><path fill="#292f33" d="M14 35c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S17 26.896 17 28c0 0-.25 7-3 7"/><path fill="#66757f" d="M17 36c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S20 27.896 20 29c0 0-.25 7-3 7"/><path fill="#e1e8ed" d="M35.75 21.384c0 7.782-4.495 11.408-14.519 11.408c-10.023 0-13.481-3.626-13.481-11.408c0-7.783 3.458-11.407 13.481-11.407S35.75 13.601 35.75 21.384"/><path fill="#99aab5" d="M17 17.667C17 27 12.345 29 8.042 29C3.738 29 1 22.36 1 17.667S3.738 12 8.042 12c4.303 0 8.958.973 8.958 5.667"/><circle cx="4.5" cy="20.5" r="1.5" fill="#292f33"/><path fill="#e1e8ed" d="M15.75 12.75C14 16 13.622 15.356 8.622 17.356C5.545 18.587 0 18.25 0 13.5C0 11.567 3.687 11 7 11s10.409-1.332 8.75 1.75"/><path fill="#ffcc4d" d="M16 13.696c3.353 2.427 5.43 6.139 3.724 11.089c-1.367 3.967-6.816 3.115-9.616 1.127s-2.643-4.792-1.733-6.291c.909-1.497 4.158-1.229 6.024.097c.934.663.287 1.559-.721 1.068c-2.292-1.118-3.037 1.443-1.246 2.882c1.266 1.016 3.275 1.049 3.655-1.01c.671-3.63-3.505-6.274-7.465-5.302C11 16 13.161 11.641 16 13.696"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#292f33" d="M25 35c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S30 26.896 30 28c0 0-2.25 7-5 7"/><path fill="#66757f" d="M28 36c-2.75 0-2-6-2-6c0-1.104 2.646-2 3.75-2S33 27.896 33 29c0 0-2.25 7-5 7"/><path fill="#292f33" d="M14 35c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S17 26.896 17 28c0 0-.25 7-3 7"/><path fill="#66757f" d="M17 36c-2.75 0-4-6-4-6c0-1.104 2.646-2 3.75-2S20 27.896 20 29c0 0-.25 7-3 7"/><path fill="#e1e8ed" d="M35.75 21.384c0 7.782-4.495 11.408-14.519 11.408c-10.023 0-13.481-3.626-13.481-11.408c0-7.783 3.458-11.407 13.481-11.407S35.75 13.601 35.75 21.384"/><path fill="#99aab5" d="M17 17.667C17 27 12.345 29 8.042 29C3.738 29 1 22.36 1 17.667S3.738 12 8.042 12c4.303 0 8.958.973 8.958 5.667"/><circle cx="4.5" cy="20.5" r="1.5" fill="#292f33"/><path fill="#e1e8ed" d="M15.75 12.75C14 16 13.622 15.356 8.622 17.356C5.545 18.587 0 18.25 0 13.5C0 11.567 3.687 11 7 11s10.409-1.332 8.75 1.75"/><path fill="#ffcc4d" d="M16 13.696c3.353 2.427 5.43 6.139 3.724 11.089c-1.367 3.967-6.816 3.115-9.616 1.127s-2.643-4.792-1.733-6.291c.909-1.497 4.158-1.229 6.024.097c.934.663.287 1.559-.721 1.068c-2.292-1.118-3.037 1.443-1.246 2.882c1.266 1.016 3.275 1.049 3.655-1.01c.671-3.63-3.505-6.274-7.465-5.302C11 16 13.161 11.641 16 13.696"/></svg> </template>
CSS
.icon-ram {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M25%2035c-2.75%200-2-6-2-6c0-1.104%202.646-2%203.75-2S30%2026.896%2030%2028c0%200-2.25%207-5%207%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M28%2036c-2.75%200-2-6-2-6c0-1.104%202.646-2%203.75-2S33%2027.896%2033%2029c0%200-2.25%207-5%207%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M14%2035c-2.75%200-4-6-4-6c0-1.104%202.646-2%203.75-2S17%2026.896%2017%2028c0%200-.25%207-3%207%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M17%2036c-2.75%200-4-6-4-6c0-1.104%202.646-2%203.75-2S20%2027.896%2020%2029c0%200-.25%207-3%207%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M35.75%2021.384c0%207.782-4.495%2011.408-14.519%2011.408c-10.023%200-13.481-3.626-13.481-11.408c0-7.783%203.458-11.407%2013.481-11.407S35.75%2013.601%2035.75%2021.384%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M17%2017.667C17%2027%2012.345%2029%208.042%2029C3.738%2029%201%2022.36%201%2017.667S3.738%2012%208.042%2012c4.303%200%208.958.973%208.958%205.667%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M15.75%2012.75C14%2016%2013.622%2015.356%208.622%2017.356C5.545%2018.587%200%2018.25%200%2013.5C0%2011.567%203.687%2011%207%2011s10.409-1.332%208.75%201.75%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M16%2013.696c3.353%202.427%205.43%206.139%203.724%2011.089c-1.367%203.967-6.816%203.115-9.616%201.127s-2.643-4.792-1.733-6.291c.909-1.497%204.158-1.229%206.024.097c.934.663.287%201.559-.721%201.068c-2.292-1.118-3.037%201.443-1.246%202.882c1.266%201.016%203.275%201.049%203.655-1.01c.671-3.63-3.505-6.274-7.465-5.302C11%2016%2013.161%2011.641%2016%2013.696%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M25%2035c-2.75%200-2-6-2-6c0-1.104%202.646-2%203.75-2S30%2026.896%2030%2028c0%200-2.25%207-5%207%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M28%2036c-2.75%200-2-6-2-6c0-1.104%202.646-2%203.75-2S33%2027.896%2033%2029c0%200-2.25%207-5%207%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20d%3D%22M14%2035c-2.75%200-4-6-4-6c0-1.104%202.646-2%203.75-2S17%2026.896%2017%2028c0%200-.25%207-3%207%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M17%2036c-2.75%200-4-6-4-6c0-1.104%202.646-2%203.75-2S20%2027.896%2020%2029c0%200-.25%207-3%207%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M35.75%2021.384c0%207.782-4.495%2011.408-14.519%2011.408c-10.023%200-13.481-3.626-13.481-11.408c0-7.783%203.458-11.407%2013.481-11.407S35.75%2013.601%2035.75%2021.384%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M17%2017.667C17%2027%2012.345%2029%208.042%2029C3.738%2029%201%2022.36%201%2017.667S3.738%2012%208.042%2012c4.303%200%208.958.973%208.958%205.667%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22%23292f33%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M15.75%2012.75C14%2016%2013.622%2015.356%208.622%2017.356C5.545%2018.587%200%2018.25%200%2013.5C0%2011.567%203.687%2011%207%2011s10.409-1.332%208.75%201.75%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M16%2013.696c3.353%202.427%205.43%206.139%203.724%2011.089c-1.367%203.967-6.816%203.115-9.616%201.127s-2.643-4.792-1.733-6.291c.909-1.497%204.158-1.229%206.024.097c.934.663.287%201.559-.721%201.068c-2.292-1.118-3.037%201.443-1.246%202.882c1.266%201.016%203.275%201.049%203.655-1.01c.671-3.63-3.505-6.274-7.465-5.302C11%2016%2013.161%2011.641%2016%2013.696%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/ram.svg?color=%231a73e8&size=48