semanticuireact logo
semanticuireact from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- semanticuireact
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the semanticuireact logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.857 23.995C4.52 23.9-.237 17.431.012 11.775C-.004 6.167 4.646.066 12.111 0c6.254.027 11.978 5.271 11.885 12.202c-.072 6.813-5.84 11.973-12.14 11.793zm.175-4.92c.988.93 3.497 3.166 5.362 1.957c1.434-.93 1.157-3.975.75-5.5c1.597-.365 4.44-1.76 4.37-3.506c-.078-2-2.615-3.057-4.408-3.545c.347-1.495.913-4.317-.745-5.527c-1.637-1.195-4.302.88-5.354 1.969c-1.025-.879-3.361-3.096-5.22-2.046c-1.46.824-1.513 3.087-.875 5.598c-1.441.34-4.459 1.532-4.42 3.546c.04 2.183 3.342 3.175 4.397 3.553c-.495 1.639-.768 4.596.884 5.55c1.88 1.085 4.39-1.292 5.26-2.048zm-5.244-3.321c.126.039.216.054.362.113c.035-.362.268-.685.486-.875c-.221-.005-.544-.066-.615-.113c.172-.562.439-1.357.657-1.782c.25.375.393.674.6 1.1a3.4 3.4 0 0 1 .66-.68c-.645-1.294-1.514-2.837-1.896-4.38c.227-.112.426-.116.618-.15c.053-.324.162-.638.288-.95c-.378-.003-.764.097-1.15.19c-.525-1.693-.604-4.156.511-4.624c1.354-.48 3.525 1.331 4.052 2.013l-.337.351c.668-.123 1.305-.107 1.988.013a2.5 2.5 0 0 0-.358-.382c1.172-1.273 3.307-2.653 4.306-1.81c.906.852.681 2.98.286 4.456c-.466-.083-.72-.138-1.065-.194c-.097.51-.163.523-.366.83c.317.035.617.065 1.188.234c-.19.624-.387 1.202-.662 1.776c-.273-.415-.473-.829-.932-1.55l-.565.74c.725 1.284 1.45 2.526 2.143 4.79c-.196.114-.309.103-.604.165a4.2 4.2 0 0 1-.333.96c.451-.087.794-.142 1.182-.233c.4 1.242.676 3.872-.423 4.554c-1.172.677-3.229-.943-4.141-1.918c.086-.13.11-.172.26-.274c-.594.062-1.29.082-1.779.044c.13.108.169.163.207.245c-1.43 1.496-3.372 2.559-4.275 1.822c-.887-.724-.77-2.846-.293-4.481m6.072 1.5c2.67-.512 3.576-3.241 2.114-4.976c-.405-.48-1.479-1.024-2.257-1.275c-1.523-.49-2.556-1.136-1.716-1.962c.826-.81 2.851.083 3.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54 7.1 8.488 8.336 8.418 9.308c-.155 2.168.875 2.764 2.821 3.598c1.592.682 2.139.913 2.051 1.487c-.246 1.618-2.867.959-3.977-.09l-1.361 1.58c1.696 1.405 3.33 1.653 4.908 1.371M2.404 12.055c-.097-1.216 2.43-2.463 3.731-2.682c.318.892.625 1.788 1.031 2.608c-.412.86-.737 1.764-1.042 2.679c-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016 1.013-2.64c1.2.252 3.78 1.37 3.724 2.668c-.061 1.442-2.362 2.165-3.703 2.669a29 29 0 0 0-1.034-2.697"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSemanticuireact(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.857 23.995C4.52 23.9-.237 17.431.012 11.775C-.004 6.167 4.646.066 12.111 0c6.254.027 11.978 5.271 11.885 12.202c-.072 6.813-5.84 11.973-12.14 11.793zm.175-4.92c.988.93 3.497 3.166 5.362 1.957c1.434-.93 1.157-3.975.75-5.5c1.597-.365 4.44-1.76 4.37-3.506c-.078-2-2.615-3.057-4.408-3.545c.347-1.495.913-4.317-.745-5.527c-1.637-1.195-4.302.88-5.354 1.969c-1.025-.879-3.361-3.096-5.22-2.046c-1.46.824-1.513 3.087-.875 5.598c-1.441.34-4.459 1.532-4.42 3.546c.04 2.183 3.342 3.175 4.397 3.553c-.495 1.639-.768 4.596.884 5.55c1.88 1.085 4.39-1.292 5.26-2.048zm-5.244-3.321c.126.039.216.054.362.113c.035-.362.268-.685.486-.875c-.221-.005-.544-.066-.615-.113c.172-.562.439-1.357.657-1.782c.25.375.393.674.6 1.1a3.4 3.4 0 0 1 .66-.68c-.645-1.294-1.514-2.837-1.896-4.38c.227-.112.426-.116.618-.15c.053-.324.162-.638.288-.95c-.378-.003-.764.097-1.15.19c-.525-1.693-.604-4.156.511-4.624c1.354-.48 3.525 1.331 4.052 2.013l-.337.351c.668-.123 1.305-.107 1.988.013a2.5 2.5 0 0 0-.358-.382c1.172-1.273 3.307-2.653 4.306-1.81c.906.852.681 2.98.286 4.456c-.466-.083-.72-.138-1.065-.194c-.097.51-.163.523-.366.83c.317.035.617.065 1.188.234c-.19.624-.387 1.202-.662 1.776c-.273-.415-.473-.829-.932-1.55l-.565.74c.725 1.284 1.45 2.526 2.143 4.79c-.196.114-.309.103-.604.165a4.2 4.2 0 0 1-.333.96c.451-.087.794-.142 1.182-.233c.4 1.242.676 3.872-.423 4.554c-1.172.677-3.229-.943-4.141-1.918c.086-.13.11-.172.26-.274c-.594.062-1.29.082-1.779.044c.13.108.169.163.207.245c-1.43 1.496-3.372 2.559-4.275 1.822c-.887-.724-.77-2.846-.293-4.481m6.072 1.5c2.67-.512 3.576-3.241 2.114-4.976c-.405-.48-1.479-1.024-2.257-1.275c-1.523-.49-2.556-1.136-1.716-1.962c.826-.81 2.851.083 3.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54 7.1 8.488 8.336 8.418 9.308c-.155 2.168.875 2.764 2.821 3.598c1.592.682 2.139.913 2.051 1.487c-.246 1.618-2.867.959-3.977-.09l-1.361 1.58c1.696 1.405 3.33 1.653 4.908 1.371M2.404 12.055c-.097-1.216 2.43-2.463 3.731-2.682c.318.892.625 1.788 1.031 2.608c-.412.86-.737 1.764-1.042 2.679c-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016 1.013-2.64c1.2.252 3.78 1.37 3.724 2.668c-.061 1.442-2.362 2.165-3.703 2.669a29 29 0 0 0-1.034-2.697"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.857 23.995C4.52 23.9-.237 17.431.012 11.775C-.004 6.167 4.646.066 12.111 0c6.254.027 11.978 5.271 11.885 12.202c-.072 6.813-5.84 11.973-12.14 11.793zm.175-4.92c.988.93 3.497 3.166 5.362 1.957c1.434-.93 1.157-3.975.75-5.5c1.597-.365 4.44-1.76 4.37-3.506c-.078-2-2.615-3.057-4.408-3.545c.347-1.495.913-4.317-.745-5.527c-1.637-1.195-4.302.88-5.354 1.969c-1.025-.879-3.361-3.096-5.22-2.046c-1.46.824-1.513 3.087-.875 5.598c-1.441.34-4.459 1.532-4.42 3.546c.04 2.183 3.342 3.175 4.397 3.553c-.495 1.639-.768 4.596.884 5.55c1.88 1.085 4.39-1.292 5.26-2.048zm-5.244-3.321c.126.039.216.054.362.113c.035-.362.268-.685.486-.875c-.221-.005-.544-.066-.615-.113c.172-.562.439-1.357.657-1.782c.25.375.393.674.6 1.1a3.4 3.4 0 0 1 .66-.68c-.645-1.294-1.514-2.837-1.896-4.38c.227-.112.426-.116.618-.15c.053-.324.162-.638.288-.95c-.378-.003-.764.097-1.15.19c-.525-1.693-.604-4.156.511-4.624c1.354-.48 3.525 1.331 4.052 2.013l-.337.351c.668-.123 1.305-.107 1.988.013a2.5 2.5 0 0 0-.358-.382c1.172-1.273 3.307-2.653 4.306-1.81c.906.852.681 2.98.286 4.456c-.466-.083-.72-.138-1.065-.194c-.097.51-.163.523-.366.83c.317.035.617.065 1.188.234c-.19.624-.387 1.202-.662 1.776c-.273-.415-.473-.829-.932-1.55l-.565.74c.725 1.284 1.45 2.526 2.143 4.79c-.196.114-.309.103-.604.165a4.2 4.2 0 0 1-.333.96c.451-.087.794-.142 1.182-.233c.4 1.242.676 3.872-.423 4.554c-1.172.677-3.229-.943-4.141-1.918c.086-.13.11-.172.26-.274c-.594.062-1.29.082-1.779.044c.13.108.169.163.207.245c-1.43 1.496-3.372 2.559-4.275 1.822c-.887-.724-.77-2.846-.293-4.481m6.072 1.5c2.67-.512 3.576-3.241 2.114-4.976c-.405-.48-1.479-1.024-2.257-1.275c-1.523-.49-2.556-1.136-1.716-1.962c.826-.81 2.851.083 3.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54 7.1 8.488 8.336 8.418 9.308c-.155 2.168.875 2.764 2.821 3.598c1.592.682 2.139.913 2.051 1.487c-.246 1.618-2.867.959-3.977-.09l-1.361 1.58c1.696 1.405 3.33 1.653 4.908 1.371M2.404 12.055c-.097-1.216 2.43-2.463 3.731-2.682c.318.892.625 1.788 1.031 2.608c-.412.86-.737 1.764-1.042 2.679c-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016 1.013-2.64c1.2.252 3.78 1.37 3.724 2.668c-.061 1.442-2.362 2.165-3.703 2.669a29 29 0 0 0-1.034-2.697"/></svg> </template>
CSS
.icon-semanticuireact {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.857%2023.995C4.52%2023.9-.237%2017.431.012%2011.775C-.004%206.167%204.646.066%2012.111%200c6.254.027%2011.978%205.271%2011.885%2012.202c-.072%206.813-5.84%2011.973-12.14%2011.793zm.175-4.92c.988.93%203.497%203.166%205.362%201.957c1.434-.93%201.157-3.975.75-5.5c1.597-.365%204.44-1.76%204.37-3.506c-.078-2-2.615-3.057-4.408-3.545c.347-1.495.913-4.317-.745-5.527c-1.637-1.195-4.302.88-5.354%201.969c-1.025-.879-3.361-3.096-5.22-2.046c-1.46.824-1.513%203.087-.875%205.598c-1.441.34-4.459%201.532-4.42%203.546c.04%202.183%203.342%203.175%204.397%203.553c-.495%201.639-.768%204.596.884%205.55c1.88%201.085%204.39-1.292%205.26-2.048zm-5.244-3.321c.126.039.216.054.362.113c.035-.362.268-.685.486-.875c-.221-.005-.544-.066-.615-.113c.172-.562.439-1.357.657-1.782c.25.375.393.674.6%201.1a3.4%203.4%200%200%201%20.66-.68c-.645-1.294-1.514-2.837-1.896-4.38c.227-.112.426-.116.618-.15c.053-.324.162-.638.288-.95c-.378-.003-.764.097-1.15.19c-.525-1.693-.604-4.156.511-4.624c1.354-.48%203.525%201.331%204.052%202.013l-.337.351c.668-.123%201.305-.107%201.988.013a2.5%202.5%200%200%200-.358-.382c1.172-1.273%203.307-2.653%204.306-1.81c.906.852.681%202.98.286%204.456c-.466-.083-.72-.138-1.065-.194c-.097.51-.163.523-.366.83c.317.035.617.065%201.188.234c-.19.624-.387%201.202-.662%201.776c-.273-.415-.473-.829-.932-1.55l-.565.74c.725%201.284%201.45%202.526%202.143%204.79c-.196.114-.309.103-.604.165a4.2%204.2%200%200%201-.333.96c.451-.087.794-.142%201.182-.233c.4%201.242.676%203.872-.423%204.554c-1.172.677-3.229-.943-4.141-1.918c.086-.13.11-.172.26-.274c-.594.062-1.29.082-1.779.044c.13.108.169.163.207.245c-1.43%201.496-3.372%202.559-4.275%201.822c-.887-.724-.77-2.846-.293-4.481m6.072%201.5c2.67-.512%203.576-3.241%202.114-4.976c-.405-.48-1.479-1.024-2.257-1.275c-1.523-.49-2.556-1.136-1.716-1.962c.826-.81%202.851.083%203.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54%207.1%208.488%208.336%208.418%209.308c-.155%202.168.875%202.764%202.821%203.598c1.592.682%202.139.913%202.051%201.487c-.246%201.618-2.867.959-3.977-.09l-1.361%201.58c1.696%201.405%203.33%201.653%204.908%201.371M2.404%2012.055c-.097-1.216%202.43-2.463%203.731-2.682c.318.892.625%201.788%201.031%202.608c-.412.86-.737%201.764-1.042%202.679c-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016%201.013-2.64c1.2.252%203.78%201.37%203.724%202.668c-.061%201.442-2.362%202.165-3.703%202.669a29%2029%200%200%200-1.034-2.697%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.857%2023.995C4.52%2023.9-.237%2017.431.012%2011.775C-.004%206.167%204.646.066%2012.111%200c6.254.027%2011.978%205.271%2011.885%2012.202c-.072%206.813-5.84%2011.973-12.14%2011.793zm.175-4.92c.988.93%203.497%203.166%205.362%201.957c1.434-.93%201.157-3.975.75-5.5c1.597-.365%204.44-1.76%204.37-3.506c-.078-2-2.615-3.057-4.408-3.545c.347-1.495.913-4.317-.745-5.527c-1.637-1.195-4.302.88-5.354%201.969c-1.025-.879-3.361-3.096-5.22-2.046c-1.46.824-1.513%203.087-.875%205.598c-1.441.34-4.459%201.532-4.42%203.546c.04%202.183%203.342%203.175%204.397%203.553c-.495%201.639-.768%204.596.884%205.55c1.88%201.085%204.39-1.292%205.26-2.048zm-5.244-3.321c.126.039.216.054.362.113c.035-.362.268-.685.486-.875c-.221-.005-.544-.066-.615-.113c.172-.562.439-1.357.657-1.782c.25.375.393.674.6%201.1a3.4%203.4%200%200%201%20.66-.68c-.645-1.294-1.514-2.837-1.896-4.38c.227-.112.426-.116.618-.15c.053-.324.162-.638.288-.95c-.378-.003-.764.097-1.15.19c-.525-1.693-.604-4.156.511-4.624c1.354-.48%203.525%201.331%204.052%202.013l-.337.351c.668-.123%201.305-.107%201.988.013a2.5%202.5%200%200%200-.358-.382c1.172-1.273%203.307-2.653%204.306-1.81c.906.852.681%202.98.286%204.456c-.466-.083-.72-.138-1.065-.194c-.097.51-.163.523-.366.83c.317.035.617.065%201.188.234c-.19.624-.387%201.202-.662%201.776c-.273-.415-.473-.829-.932-1.55l-.565.74c.725%201.284%201.45%202.526%202.143%204.79c-.196.114-.309.103-.604.165a4.2%204.2%200%200%201-.333.96c.451-.087.794-.142%201.182-.233c.4%201.242.676%203.872-.423%204.554c-1.172.677-3.229-.943-4.141-1.918c.086-.13.11-.172.26-.274c-.594.062-1.29.082-1.779.044c.13.108.169.163.207.245c-1.43%201.496-3.372%202.559-4.275%201.822c-.887-.724-.77-2.846-.293-4.481m6.072%201.5c2.67-.512%203.576-3.241%202.114-4.976c-.405-.48-1.479-1.024-2.257-1.275c-1.523-.49-2.556-1.136-1.716-1.962c.826-.81%202.851.083%203.182.503l1.155-1.49c-1.161-1.105-2.702-1.52-4.337-1.222C9.54%207.1%208.488%208.336%208.418%209.308c-.155%202.168.875%202.764%202.821%203.598c1.592.682%202.139.913%202.051%201.487c-.246%201.618-2.867.959-3.977-.09l-1.361%201.58c1.696%201.405%203.33%201.653%204.908%201.371M2.404%2012.055c-.097-1.216%202.43-2.463%203.731-2.682c.318.892.625%201.788%201.031%202.608c-.412.86-.737%201.764-1.042%202.679c-1.08-.236-3.616-1.31-3.72-2.605m14.455-.082c.452-1.08.812-2.016%201.013-2.64c1.2.252%203.78%201.37%203.724%202.668c-.061%201.442-2.362%202.165-3.703%202.669a29%2029%200%200%200-1.034-2.697%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/semanticuireact.svg?color=%231a73e8&size=48